/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Navbar */

.nav-container {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	color: white;
	justify-content: space-around ;
}

.logo {
	width: 60px;
	height: 60px;
}

.menu {
  list-style: none;
  gap: 20px;
	display: flex;
	color: white;
}

.menu {
  list-style: none;
  gap: 20px;
	display: flex;
	margin-left: auto;
	margin-right: 10px;
align-items: center; /* Centers vertically */
	color: white;}
.menu li a {color: white;
	text-decoration: none;
}
.menu li { 
  position: relative;
  cursor: pointer;
}

.menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  color: #00674F;
  list-style: none;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.menu .dropdown-menu img {
	width: 50px; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu .dropdown-menu li a {color: #00674F;}
.menu .dropdown-menu li {
	color: #00674F;
  padding: 10px 20px;
	white-space: nowrap;}

.menu .dropdown-menu li:hover {
	color: white;
  background-color: #e7f3ed;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar {
	 position: fixed;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-around;
  background: #00674F;
	padding: 10px;
}


.social-icons img {
  width: 30px;
	height: 30px;
  margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
}

.social-icons {
	justify-content:flex-end;
	align-items:flex-end;
}

.contact { bottom: 0;
	right: 0;
	position: fixed;
	z-index: 2;
	margin: 50px;
	
}

.contact img{ background-color: #25D366;
	border-radius: 50px;
	padding: 7px;
	width: 60px;
	align-content: center;}



/* Hero Section */
.hero {
  background: url("../IMAGES/BUILDING.png") center/cover no-repeat;
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.left-content  {
	z-index: 2;
	max-width: 500px;
	padding: 20px;
	text-align: left;
}
.right-content {max-width: 500px; 
	display: flex;
	flex-wrap: wrap;
  position: relative;
  overflow: hidden;
	z-index: 2;
}


.left-content h1 {font-size: 30px}

.about-content img {border-radius: 10px; 
}
.hero-buttons {padding-top: 30px;}

.btn1 {
  background-color: #00674F;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 10px 20px;
	text-decoration: none;
}

.btn1:hover {background-color: white;
color: #00674F;}


.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
}

.banner-btn {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    left: 0px;
}

.banner-btn button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
}

.banner-btn button:hover {
  background-color: #00674F;
	
}

/*Services*/

.services {
	background-color: #00674F;}

.container {
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	color: white;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
}

.services-left  {max-width: 500px;
	padding: 20px;
}
.services-right {max-width: 500px; 
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

.services-left p {padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.services-left h2 {padding-left: 10px;}

.services-left .btn-3 {
  background-color: #ffffff;
  color: #00674F;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
	text-decoration: none;
  transition: all 0.3s ease;
	display: inline-block;
}

.services-left a {color: #00674F;
	text-decoration: none;
}
.services-left .btn-3:hover {transform: scale(1.1)}

.service-item {
  background-color: white;
  color: #00674F;
  border-radius: 10px;
  text-align: center;
	display: flex;
  flex-direction: column;
  align-items: center;
  width: 47%;
  padding: 10px;
	margin: 5px;
}

.service-item img {
  width: 50px;
  height: 50px;
}


/* About Section */

.about {margin-top: 50px;
	margin-bottom: 50px;
}

.about-us-left  {max-width: 500px;
	padding: 20px;
}
.about-us-right {max-width: 500px; 
	flex-wrap: wrap;
	padding: 20px;
	color: black;
}

.about-us-left img {border-radius: 10px;
	width: 100%;
	margin-top: 20px;
}

.btn-4 {padding-top: 20px;
	
}
.btn-4 a {color: white; 
	text-decoration: none; 
	font-weight: bold;}

.about-us-right .btn-4 .Find:hover {background-color: #E1EFEC;
color: #00674F; }

.about-us-right .btn-4 .Find {
  background-color: #00674F;
  color: #FFFFFF;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

/*Why Choose Us*/

.container2 { max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	color: white;
	justify-content:space-around;
	align-items: center;
	margin-top: 20px;
}

.why-choose-us h2 {text-align: center;
	color: #00674F ;
}

.box {
    background-color: #E1EFEC;
    color: #00674F;
    width: 170px;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin: 5px;
  transition: all 0.3s ease;
	
}

.box:hover {transform: scale(1.03)}

.box img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
/*Partner*/

.our-partners {margin-top: 30px;
}

.our-partners {color: #00674F;
	text-align: center;
	padding-top: 50px;
}

.partner-container {background-color: #E1EFEC}

.partner-box { flex:1;
	color: black;
    background-color: white;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 150px;
    margin: 30px;
}

/*CTA*/
.cta {
	padding-bottom: 80px;
	padding-top: 80px;
	display: flex;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
	}
.container3 {
	
  background-color: #00674F;
  color: #ffffff;
  text-align: center;
  padding: 40px;
  border-radius: 20px;
  width: 1000px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.container3 h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.container3 p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.container3 button {
  background-color: #ffffff;
  color: #00674F;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.container3 button:hover {
  background-color: #f0f5f9;
  color: #00674F;
  transform: scale(1.10);
}


/* Footer */

.container4 { max-width: 2000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}

footer {
  background-color: #00674F; 
  color: white;
  padding: 20px 0;
}
.footer-left  {max-width: 500px;
	padding: 20px;
	
}
.footer-right {max-width: 500px; 
	flex-wrap: wrap;
	padding: 20px;
}

.footer-left img {width: 100px;
	height: 100px;
}
.footer-left h3 {margin-top: 20px;
}

.footer-right a { color: white; text-decoration: none; }

.footer-right a:hover { text-decoration: underline; }



.social-icons img { width: 30px; 
	height: 30px; 
}

.footer-center a { color: white; 
	text-decoration: none; 
	font-weight: bold; }
.footer-center {
	text-align: center;
	padding-bottom: 20px;
    border-bottom: 1px solid white;}
.footer-center a:hover { 
	text-decoration: underline; 
}

.copyright p {
    padding-top: 15px;
    text-align: center;
	align-content: center;
	font-size: 15px;
}

.gallery {
  display: flex;
  gap: 10px;
	max-width: 900px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center; /* Centers horizontally */
	margin-top: 30px;
}

.gallery img {width:200px;}

.thumbnail {
  width: 150px;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.2s;
}

.thumbnail:hover {
  transform: scale(1.05);
}
